home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntyDialery / Koala AntyDialer 1.1 demo / kad1.1demo.exe / 0 / RCDATA / TCHOOSEDIRFORM / TCHOOSEDIRFORM.txt
Text File  |  2004-02-06  |  1KB  |  63 lines

  1. object ChooseDirForm: TChooseDirForm
  2.   Left = 346
  3.   Top = 311
  4.   BorderStyle = bsSingle
  5.   Caption = 'Select Destination Directory'
  6.   ClientHeight = 285
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DriveComboBox: TDriveComboBox
  20.     Left = 8
  21.     Top = 232
  22.     Width = 369
  23.     Height = 19
  24.     DirList = DirectoryListBox
  25.     TabOrder = 0
  26.   end
  27.   object DirectoryListBox: TDirectoryListBox
  28.     Left = 8
  29.     Top = 32
  30.     Width = 369
  31.     Height = 193
  32.     ItemHeight = 16
  33.     TabOrder = 1
  34.     OnChange = DirectoryListBoxChange
  35.   end
  36.   object edDir: TEdit
  37.     Left = 8
  38.     Top = 8
  39.     Width = 369
  40.     Height = 21
  41.     TabOrder = 2
  42.     Text = 'C:\Program Files'
  43.   end
  44.   object btCancel: TButton
  45.     Left = 224
  46.     Top = 256
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '&Cancel'
  50.     TabOrder = 3
  51.     OnClick = btCancelClick
  52.   end
  53.   object btOk: TButton
  54.     Left = 88
  55.     Top = 256
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Ok'
  59.     TabOrder = 4
  60.     OnClick = btOkClick
  61.   end
  62. end
  63.